home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / RichTextEditor.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.1 KB  |  78 lines

  1. BasicEditor = {
  2.     ACTIONS = {
  3.     clear:;
  4.     enableEditFormulaButton:;
  5.     };
  6.     OUTLETS = {
  7.     optionBox;
  8.     editFormulaButton;
  9.     calculatedSwitch;
  10.     notEmptySwitch;
  11.     defaultBox;
  12.     };
  13.     SUPERCLASS = Editor;
  14. };
  15. RichTextEditor = {
  16.     ACTIONS = {
  17.     clear:;
  18.     enableEditFormulaButton:;
  19.     };
  20.     OUTLETS = {
  21.     uniqueSwitch;
  22.     defaultField;
  23.     };
  24.     SUPERCLASS = BasicEditor;
  25. };
  26. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. FakeDB = {
  32.     ACTIONS = {
  33.     createFakeFor:;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. GeneralEditor = {
  38.     ACTIONS = {
  39.     enableEditFormulaButton:;
  40.     enableEditListButton:;
  41.     clear:;
  42.     runListView:;
  43.     };
  44.     OUTLETS = {
  45.     notEmptySwitch;
  46.     rangeHideView;
  47.     defaultTitle;
  48.     useListSwitch;
  49.     calculatedSwitch;
  50.     optionBox;
  51.     defaultField;
  52.     editEntryListButton;
  53.     rangeTitle;
  54.     fixedListSwitch;
  55.     rangeFields;
  56.     listView;
  57.     rangeHolder;
  58.     tempValueList;
  59.     toFromMatrix;
  60.     rangeSuperview;
  61.     uniqueSwitch;
  62.     editFormulaButton;
  63.     };
  64.     SUPERCLASS = Editor;
  65. };
  66. Editor = {
  67.     ACTIONS = {
  68.     runCalculatedEditor:;
  69.     updateButtons:;
  70.     runListView:;
  71.     };
  72.     OUTLETS = {
  73.     editorView;
  74.     textDelegate;
  75.     };
  76.     SUPERCLASS = Object;
  77. };
  78.